Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from objc/cocoa to objc2 #150

Merged
merged 2 commits into from
Sep 8, 2024
Merged

Migrate from objc/cocoa to objc2 #150

merged 2 commits into from
Sep 8, 2024

Conversation

madsmtm
Copy link
Contributor

@madsmtm madsmtm commented Sep 7, 2024

See tauri-apps/wry#1239 and backreferences to madsmtm/objc2#174 for context and details.

I decided to keep the NSVisualEffectMaterial and NSVisualEffectState definitions that this crate re-exports, since they're public API, and I didn't want to tie the public API to objc2-app-kit's. Besides, objc2-app-kit has to use a newtype for soundness, while this crate can more easily use an enum.

@amrbashir
Copy link
Member

Thank you

@amrbashir amrbashir merged commit 3325c24 into tauri-apps:dev Sep 8, 2024
11 checks passed
@madsmtm madsmtm deleted the objc2 branch September 8, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants